home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / zipit114.zip / ZIPIT.DOC < prev    next >
Text File  |  1991-12-20  |  19KB  |  377 lines

  1.  
  2.    (ZIPIT.DOC)
  3.  
  4.  
  5.                                  Welcome to ZIPIT
  6.  
  7.                                    Version 1.14
  8.  
  9.                                Zipit By DVD Software  
  10.  
  11.                 Copyright 1991 (c) by David Van Diest, DVD Software
  12.                     
  13.                                 All Rights Reserved
  14.  
  15.      This Document is Copyrighted 1991 (c) by David Van Diest, DVD Software
  16.  
  17.    [------------------------------------------------------------------------]
  18.  
  19.  
  20.  
  21.         Distribution Policy.......................................1
  22.                                     
  23.         Description of ZIPIT program..............................2
  24.  
  25.         Purchasing ZIPIT..........................................3
  26.  
  27.         Installing Zipit..........................................4 
  28.            Archive programs.......................................4.1 
  29.            Help file..............................................4.2
  30.            Process file...........................................4.3 
  31.  
  32.         Using Zipit program.......................................5
  33.            Help system............................................5.1
  34.            Basic operations.......................................5.2
  35.               Editing a process...................................5.2.1
  36.                 Field descriptions................................5.2.1.1
  37.               Executing a zip process.............................5.2.2
  38.               Executing a unzip process...........................5.2.3
  39.            Running a process from the command line................5.3
  40.            Screen Saver...........................................5.4
  41.            Monochrome mode........................................5.5
  42.            List files.............................................5.6
  43.  
  44.  
  45.  
  46.                               Disclaimer Notice                               
  47.  
  48.    DVD Software and Dave Van Diest make no warranty of any kind for 
  49.    Zipit, either express or implied, of merchantability or fitness for a 
  50.    particular purpose.  In no way shall DVD Software or Dave Van Diest be 
  51.    liable for any damages that arise out of the use of the program zipit.  
  52.    Damage includes damages for loss of business profit or loss of 
  53.    information, or interruptions.  This applies even if DVD Software is 
  54.    advised of the possibility of such damages. 
  55.  
  56.  
  57.  
  58.                             (DISTRIBUTION POLICY)                           (1)
  59.   
  60.    Zipit by DVD Software v1.14 is not in the public domain nor is it free 
  61.    software.  Zipit v1.14 is released as shareware.  Shareware lets you 
  62.    try a program before you buy it.  You are given a license to use Zipit  
  63.    version 1.14 for 25 days.  After 25 days of first use you are required
  64.    to register (purchase) your copy of Zipit or quit using it.  When you
  65.    purchase a shareware program you are telling the author you appreciate 
  66.    their work.  You are also encouraging them to create other useful high
  67.    quality software for you to use at a reasonable price in the future.  
  68.    One registration of zipit gives license to use it only on one machine.
  69.  
  70.  Upgrade policy:  
  71.    There is no charge for minor upgrades or enhancements.  A minor upgrade 
  72.    is if version x.1y went to x.2y.  An enhancement is if version x.y2 went 
  73.    to x.y3.  There will be a charge for major upgrades such as if version 
  74.    1.xy going to 2.xy.  The charge of a major upgrade will be 50% of the 
  75.    regular registration price. After registering you will receive update 
  76.    notices of major upgrades and new products.  
  77.  
  78.    You are encouraged to distribute Zipit with all its files (zipit.hlp, 
  79.    zipit.doc, zipit.exe, read.me, addpath.bat file_id.diz).  Zipit must be 
  80.    distributed without any alterations to the program or its documentation.  
  81.  
  82.                                  (DESCRIPTION)                              (2)
  83.  
  84.    This program was created to make working with zip files more convenient 
  85.    where the user does repetitive work with archive files.  Zipit was designed 
  86.    to be used with Phil Katz's Pkzip and Pkunzip archiving programs.  Zipit 
  87.    lets the user define an operation that will create an archive or extract 
  88.    files from an archive.  The command line arguments, file names, and paths 
  89.    are stored for future use.  The set of paths, arguments, filenames and 
  90.    operation are called a process.  Each process is named by the user.  By 
  91.    selecting a named process the defined options and operation are carried out. 
  92.  
  93.  
  94.                              (PURCHASING ZIPIT)                             (3)
  95.  
  96.    To register your copy of zipit run zipit then press <alt> <r>.  A
  97.    registration form will be created for you.  Fill it out on the screen
  98.    and then it can be printed or saved to a file.  The following is the 
  99.    information you will need.
  100.  
  101.  
  102.           Amount :  U.S. $10.00 dollars.  Check or money order.
  103.  
  104.       Payable to :  David Van Diest.  
  105.  
  106.          Mail to :  DVD Software 
  107.                     P.O. Box 6113 
  108.                     St. Cloud, MN. 56302 
  109.  
  110.    Thank you,  Dave Van Diest
  111.  
  112.  
  113.                            (Installing Zipit Program)                       (4)
  114.  
  115.    There is not much work to get Zipit up and running.  Just follow the 
  116.    instructions below. 
  117.  
  118.    1). [Archive programs] *                                               (4.1)
  119.  
  120.        The first thing that must be done to successfully use zipit is to let 
  121.        it know where the programs pkzip and pkunzip are.  Two ways to 
  122.        inform zipit about the location of pkzip and pkunzip are. 
  123.  
  124.        I.  Have pkzip and pkunzip in the directory that is the default   
  125.            directory when ZIPIT is called. 
  126.  
  127.        II. Set the dos environment variable PATH to the path that pkzip 
  128.            and pkunzip reside in.  It is suggested that you set the path 
  129.            in the autoexec.bat file so it is done automatically when the 
  130.            computer is booted up.  The next line is an example of set path
  131.            SET PATH=C:\DOS;C:\UTILITY\DISK\PKZIP
  132.            Remember don't delete a current path statement if one exists 
  133.            just add to it by adding a ';' at the end and then adding the 
  134.            next path. 
  135.  
  136.   *  (pkzip and pkunzip are trademarks of Phil Kates) 
  137.  
  138.    2). [Help file] 'ZIPIT.HLP'                                            (4.2)
  139.        Zipit has a context sensitive help system.  Zipit has to be able to 
  140.        locate the help file to use it.  The help file for Zipit is named 
  141.        "ZIPIT.HLP".  There are several ways that Zipit can find the
  142.        help file.
  143.  
  144.        1. Put the file 'ZIPIT.HLP' in a directory that is included
  145.           in the path statement.  If you chose to include, in your path
  146.           statement, the path of where 'ZIPIT.EXE' resides put the help
  147.           file in the same directory.
  148.  
  149.        2. Set the dos environment variable ZIPIT_HLP to the full path
  150.           name where the help file "ZIPIT.HLP" is located.
  151.           Example: 
  152.             set zipit_hlp=c:\utility\zipit
  153.  
  154.        3. Have the help file located in the default directory when
  155.           ZIPIT is called.
  156.  
  157.                                   (Using Zipit)                             (5)
  158.  
  159.    1). [Help system]                                                      (5.1)
  160.        Zipit has a context sensitive help system.  When you need help 
  161.        with what you are currently doing in Zipit press F1.  Often 
  162.        there will be more than one page of help so use the PG-Up and Pg-Dn 
  163.        keys to scan the other pages.  When done with help press <esc> to 
  164.        get back to were you where before you called help.  
  165.  
  166.        There is also a second help system.  The bottom line of zipit gives 
  167.        helpful tips and commands available.  The help line will change 
  168.        depending on what you are currently doing with zipit. 
  169.  
  170.         
  171.    2). [Basic operation]                                                  (5.2)
  172.        The first time you run zipit there is not much you can do because
  173.        you have not defined any processes.  To create a new process press
  174.        F4.   You will now see a edit process window.  You can select a 
  175.        field to edit by using the arrow keys.  There are nine fields.
  176.        If a previously defined process is to be edited then select that 
  177.        process and press 'e'.   
  178.        
  179.        [Editing a process]                                              (5.2.1)
  180.        To edit most process fields type what you want to enter.  Use the 
  181.        back space key '<- ' to delete a character then press <enter> or an 
  182.        arrow key to move to a different field when done.  When a path 
  183.        needs to be selected such as in the Source and Destination path 
  184.        field press <enter>.  For more help on selecting a path see 
  185.        (** SELECTION OF A PATH) witch follows after all the fields are 
  186.        described. 
  187.        
  188.        Edit Field descriptions                                        (5.2.1.1)
  189.        -----------------------
  190.  
  191.        A. {RUN} (Use the space key to toggle between ZIP and UNZIP.)  
  192.            The run field determines which archive program is executed by 
  193.            zipit.  Either zip or unzip are indicated.  If you pick zip 
  194.            then zipit will execute pkzip creating an archive file.  If you 
  195.            pick unzip then pkunzip will be executed when the process is 
  196.            executed.  Zip or unzip is selected by pressing the space bar 
  197.            to toggle the selection or the left and right arrow keys. 
  198.        
  199.        B. {PROCESS NAME}  (Type in the process name.) 
  200.           The process name is the name used to call the process
  201.           that was defined.  Be careful to use a descriptive non-
  202.           duplicated name.  The process name will be shown in the process 
  203.           window and should describe what it represents. 
  204.        
  205.        C. {FILE NAME}  (Type in the file name) [Date option: %d] 
  206.           The file name field is used when creating an archive file.  If 
  207.           you are not creating an archive file (meaning you picked unzip) 
  208.           you can leave this field blank.  If you are creating an archive 
  209.           file and this field is left blank an error will be given when the
  210.           process is executed.  
  211.        
  212.           DATE: 
  213.           It is possible to include the current system date in the file
  214.           name.  To do so include %D in the file name field.  Example: If 
  215.           the file name field is "work%d" and the date is 6/10/1991 the file 
  216.           created would be named "WORK10A.ZIP".  You probably noticed the 'A' 
  217.           that came after the 10, don't worry an explanation is coming up  
  218.           next. 
  219.           VERSION LETTER: 
  220.           Every file that is created by zipit will have a version letter 
  221.           appended to the end of the file name.  If a file name exits the  
  222.           next higher letter will be appended.     
  223.  
  224.  
  225.        
  226.        D. {SOURCE PATH} (Press <enter> to start the selection process) 
  227.           This is the place that zipit will get the files it works with.  
  228.           If there is an archive file to be created/updated then the 
  229.           file(s) that will be put in the archive will come from this 
  230.           directory.  If an archive file is to be decompressed (unziped) 
  231.  
  232.           then the file(s) listed, to pick from, will come from this 
  233.           directory.             
  234.           
  235.           see (** SELECTION OF A PATH) for help on how to select a path 
  236.           with zipit listed at the end field descriptions. 
  237.            
  238.        E. {SOURCE MASK} (Type in the source mask)                       
  239.           The source mask will determine what files will be included in a 
  240.           archive file or witch files you will pick from when you 
  241.           decompress a file.  The source mask will also be used to pick 
  242.           what files will be displayed in the source window.  The wild 
  243.           card characters ? and * can be used. 
  244.           
  245.        F. {DESTINATION PATH} (Press <enter> to start the selection process) 
  246.           This is the directory that Zipit will place the archive 
  247.           file if one was created or if a archive file was decompressed then 
  248.           the files that were in the archive file will be place in this 
  249.           directory. 
  250.        
  251.        G. {DESTINATION MASK} (Type in the destination mask)              
  252.           The destination mask will determine what file(s) will be shown 
  253.           in the destination directory window and that is all it does.  
  254.           The wild card characters ? and * can be used.
  255.        
  256.           See (** SELECTION OF A PATH) for help on how to select a path with 
  257.           zipit listed at the end field descriptions. 
  258.        
  259.        H. {COMMAND LINE ARGS} (Type in the command line arguments)
  260.           The command line arguments control the operations of the 
  261.           programs pkzip and pkunzip.  For explicit help on the arguments 
  262.           please see the documentation for the archive programs pkzip 
  263.           and pkunzip.  Press <Alt> + F1 to get extended help on pkzip
  264.           or pkunzip while editing the command line arguments field.
  265.  
  266.        I. {Scope of a process} {Pres F10 or F9}
  267.           Scope of a process determines when a process will be available
  268.           to be used.  If a process is defined to be local then that 
  269.           process will show up in the process window only when in the
  270.           directory where it was created.  If the process "work" was
  271.           created while the default directory was "c:\telcom\work" then 
  272.           "work" will only show up in zipit when the default directory is 
  273.           "c:\telcom\work".  If a process has "global" scope then
  274.           it will always be available no matter what directory zipit was
  275.           call in.
  276.  
  277.        
  278.  
  279.    **     (SELECTION OF A PATH): 
  280.           Many programs require the path name to be typed in but zipit 
  281.           lets you pick a path.  When you press <enter> at the           
  282.           'source path' or 'destination path' field a list of directories 
  283.           in the current directory will be shown.  Use the arrow keys to 
  284.           move around to highlight the directory you would like to move 
  285.           into then press <enter> to move into that directory.  When you 
  286.           are in the directory that you would like to pick press the 
  287.           <space bar> to select that directory.  The current directory 
  288.           will be displayed at the top of the directory window.
  289.  
  290.           (DEFAULT DIRECTORY):
  291.           The source path and destination path can be set to use the
  292.           default path.  Using a default path means that if zipit is
  293.           executed in 'c:\telcom\work' and the destination path is
  294.           set to the default path then the destination path would be
  295.           'c:\telcom\work'.  If the same process was run in a different
  296.           directory then the destination path would be that directory.
  297.        
  298.  
  299.                               (EXECUTING A PROCESS)                     (5.2.2)
  300.    
  301.    1). {Picking a process} (Use arrow keys then press <enter>)
  302.        To Pick a process use the arrow keys to highlight the desired 
  303.        process then press <enter> to execute that process.  
  304.  
  305.      [Picking a zip process]  (Create an Archive file)
  306.        If the process that was picked to execute was defined to create an 
  307.        archive then just wait for pkzip to get its work done.  If 
  308.        nothing happened then more than likely the arguments were entered
  309.        incorrectly.  With the current version Pkzip needs at least a '-a' 
  310.        to tell it you want to create an archive. 
  311.    
  312.      [Picking a unzip process] (Extracting files from an archive)         (5.3)
  313.        When an unzip process is executed the file that is to be unziped 
  314.        needs to be picked.  The only files that you will pick from 
  315.        will be in the source path and match the source mask.  To pick the 
  316.        file to unzip just use the arrow keys to select the proper file 
  317.        then press <enter>. 
  318.    
  319.  
  320.                             (Zipit's Command Line)
  321.  
  322.      [Running a process from the command line] (ZIPIT "process name")     (5.4)
  323.        If you would like to run a process from the command line just 
  324.        enter '\r' and the process name after you type zipit.  
  325.    
  326.        Example:
  327.        c> zipit \rwork  <enter>
  328.        The process "work" would be executed and then control would be 
  329.        returned to dos.
  330.  
  331.      [Monochrome Mode] (zipit \m)                                        (5.5)
  332.        If your system is a monochrome system then to get the best display
  333.        results include \m in the command line. 
  334.  
  335.  
  336.  
  337.                                 (Screen Saver)                           (5.6)
  338.  
  339.      Zipit has a built in screen saver.  It will activate after there is
  340.    several minutes of nothing being entered on the keyboard.  To return
  341.    to Zipit press any key and the program will resume where it left off.
  342.  
  343.    [Process files] 'Zipit.lst' 'Gzipit.lst'                               (6.0)
  344.        Zipit saves the process in one of two places.  If the process
  345.        is global then it will be stored in the root directory of the
  346.        default drive in the file 'gzipit.lst'.  If the process is local 
  347.        then the process will be stored in 'zipit.lst' in the default 
  348.        path when zipit was executed. 
  349.  
  350.  _______________________________________________________________________________
  351.  
  352.                            (Where I can be reached)
  353.  
  354.    The most recent version of Zipit will be on
  355.  
  356.        The Outpost BBS:  (612) 259-5139            HST V.32 & V.42
  357.                          (612) 259-0801            St. Cloud, MN
  358.  
  359.    I also frequent the Intelec network in the following conferences
  360.    Shareware and Programing.
  361.  
  362.    My mailing address is:
  363.  
  364.       DVD Software 
  365.       P.O. Box 6113 
  366.       St. Cloud, MN. 56302
  367.  
  368.  -------------------------------------------------------------------------------
  369.  
  370.    I would like to thank the users of ZIPIT for their input.  Using their 
  371.    suggestions helped shape version 1.14.  Zipit in now easier to use, has 
  372.    more features and needs less set up work to get it going.  Let me know 
  373.    what you think.
  374.  
  375.        Thank you
  376.        Dave Van Diest
  377.